bucket sort

英 [ˈbʌkɪt sɔːt] 美 [ˈbʌkɪt sɔːrt]

网络  桶排序; 桶子法; 箱排序也称桶排序; 桶式排序; 排序法

计算机



双语例句

  1. The database server does not sort keys in a particular hash bucket.
    数据库服务器不会在特定的哈希bucket中对键进行分类。
  2. If you want to ignore that sort of output which is useful, because it often interferes with working at the command line redirect your output to the UNIX bit bucket,/ dev/ null.
    如果您希望忽略这类输出(这是非常有价值的,因为它通常可以干预命令行中执行的操作),那么可以将输出重定向到UNIXbitbucket,/dev/null。
  3. The Sample-Seperators Based Distributing Scheme of the External Bucket Sort Algorithm
    桶外排序算法的抽样分点分发策略轴面流线分点计算
  4. The Array-Based Bucket Sort Algorithm
    基于数组的桶排序算法
  5. Classical bucket sort algorithm implements buckets as dynamic lists.
    经典桶排序算法以链表形式实现桶,处理均匀数据效率很高,是O(N)算法。
  6. We also design and implement the FTPA version programs for three typical parallel applications which are matrix LU decomposition, Fast Fourier Transform and bucket sort. 4.
    同时,还针对矩阵LU分解、快速傅里叶变换以及桶排序等三类典型的并行应用,设计并实现了其相应的容错并行算法。